home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5339 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Schildt <- Advanced Books
  5. Date: 11 Feb 1996 11:28:03 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4fl8v3$pf@solutions.solon.com>
  8. References: <8BA8405.02C70020DE.uuout@sourcebbs.com> <4fkmni$589@prairie.nodak.edu>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <4fkmni$589@prairie.nodak.edu>,
  12. Just Me <wstark@prairie.nodak.edu> wrote:
  13. >There are many more examples of wrong annotations, but reading them makes
  14. >my head hurt.  There is rumored to be a overly complete list of errors in
  15. >the annotations available on the net. (I don't know where it is, neither do
  16. >I care).
  17.  
  18. It is actually not very complete, but you can find it off of the
  19. excellent "Programming in C" page, http://www.lysator.liu.se/c
  20.  
  21. A minor one not included:
  22.     for(i=0;i<10;++i) {
  23.         printf("%d",i);
  24.         if(i==5)break;
  25.     }
  26. is described as printing "only the numbers 1 through 5".
  27.  
  28. -s
  29. -- 
  30. Peter Seebach - seebs@solon.com - Copyright 1995 Peter Seebach.
  31. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  32. FUCK the communications decency act.  Goddamned government.  [literally.]
  33. The *other* C FAQ - ftp taniemarie.solon.com /pub/c/afq - Not A Flying Toy
  34.